From: Gabriel Wicke Date: Sat, 10 Apr 2004 18:34:43 +0000 (+0000) Subject: div instead of p, included things might contain blocklevel elements themselves X-Git-Tag: 1.3.0beta1~469 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=58af4024bf705521b93b47fda0516c80ec9381db;p=lhc%2Fweb%2Fwiklou.git div instead of p, included things might contain blocklevel elements themselves --- diff --git a/includes/Skin.php b/includes/Skin.php index 7c5b78eea9..b1cab1e39b 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1733,7 +1733,7 @@ class Skin { ''.$more.' '; } - $s .= ' '.$label."

\n"; + $s .= ' '.$label."\n"; return $s; }